home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / +system+ / tools / sound / ahi / bgui / install bgui < prev    next >
Text File  |  1999-01-05  |  362b  |  20 lines

  1. (set @default-dest "Libs:")
  2.  
  3.     (set #t_copylib "Copying bgui.library to Libs:")
  4.  
  5.     (set #t_welcome        (cat
  6.         " This script will install the BGUI library"
  7.         " in your Libs: drawer.\n"
  8.         " BGUI is required by the preferences program."
  9.     ))
  10.  
  11. (message #t_welcome)
  12.  
  13. (copylib
  14.     (prompt #t_copylib)
  15.     (help @copylib-help)
  16.     (source "bgui.library")
  17.     (dest "Libs:")
  18.     (confirm)
  19. )
  20.